css using the same background-color as the parent background

57

.child {
    float: right;
    background-color: inherit;
}

Comments

Submit
0 Comments